projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d30fe77
)
(Coding Conventions): Fix typos.
author
Juanma Barranquero
<lekktu@gmail.com>
Sun, 14 Jan 2007 03:15:41 +0000
(
03:15
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Sun, 14 Jan 2007 03:15:41 +0000
(
03:15
+0000)
lispref/tips.texi
patch
|
blob
|
history
diff --git
a/lispref/tips.texi
b/lispref/tips.texi
index 3a74aa62716602353565b34314aa58437ce51eb9..10a1ba0e09adae683ea15678197cf476df62e049 100644
(file)
--- a/
lispref/tips.texi
+++ b/
lispref/tips.texi
@@
-210,7
+210,7
@@
Constructs that define a function or variable should be macros,
not functions, and their names should start with @samp{def}.
@item
-Macros that define a function
s or variables
should take the name to be
+Macros that define a function
or variable
should take the name to be
defined as the first argument. That will help various tools find the
definition automatically. Avoid constructing the names in the macro
itself, since that would confuse these tools.